Bitmap for WPF
SetConstantBuffers(Int32,Buffer[]) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct3D11 名前空間 > CommonShaderStageBase クラス > SetConstantBuffers メソッド : SetConstantBuffers(Int32,Buffer[]) メソッド
Index into the device's zero-based array to which to set the array of constant buffers.
An array of constant buffer to set
Sets an array of constant buffers to be used by the shader stage.
シンタックス
'宣言
 
Public Overloads Sub SetConstantBuffers( _
   ByVal slot As System.Integer, _
   ByVal ParamArray constantBuffers() As Buffer _
) 
public void SetConstantBuffers( 
   System.int slot,
   params Buffer[] constantBuffers
)

パラメータ

slot
Index into the device's zero-based array to which to set the array of constant buffers.
constantBuffers
An array of constant buffer to set
参照

CommonShaderStageBase クラス
CommonShaderStageBase メンバ
オーバーロード一覧